MainScene

Call dub to generate the DLL, after that, just execute dub -c run for starting your project

Members

Functions

dispose
void dispose()

Pre destroy

initialize
void initialize()

Constructor

onResize
void onResize(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()

Renderer only, may not be called every frame

update
void update(float dt)

Called every frame

Mixins

__anonymous
mixin Preload
Undocumented in source.

Variables

bigFont
IHipFont bigFont;
smallFont
IHipFont smallFont;
Undocumented in source.

Meta